home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-07-28 | 263 b | 8 lines | [TEXT/ToyS] |
- -- This script runs each time the Rain Gauge sends
- -- an OFF. This is just for backup...
- -- If it wasn't already ON, we must have missed it...
-
- if (status of "Rain Gauge") is not true then
- set value "Hourly Rainfall" to (value of "Hourly Rainfall") + 1
- end if
-